home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Communications
/
Converse
/
Source
/
Makefile
< prev
next >
Wrap
Makefile
|
1996-01-07
|
1KB
|
58 lines
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = Converse
PROJECTVERSION = 1.1
LANGUAGE = English
APPICON = IconConverse.tiff
LOCAL_RESOURCES = Converse.nib InfoPanel.nib PreferencesPanel.nib Help
GLOBAL_RESOURCES = IconConverse.tiff IconConverseNew.tiff\
IconConverseNewColor.tiff Avon.snd
CLASSES = Communication.m Converse.m IconAnimator.m InfoController.m\
Preferences.m TextAppend.m User.m
HFILES = Communication.h Converse.h IconAnimator.h InfoController.h\
Preferences.h TextAppend.h User.h
OTHERLINKED = _NSArchiverData+LeakFix.o
MFILES = Converse_main.m
OTHERSRCS = Makefile.preamble Makefile Makefile.postamble
OTHERLINKEDOFILES = _NSArchiverData+LeakFix.o
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = app.make
INSTALLDIR = $(HOME)/Apps
INSTALLFLAGS = -c -s -m 755
SOURCEMODE = 444
ICONSECTIONS = -sectcreate __ICON app IconConverse.tiff
LIBS = -lEOAccess_s -lEOInterface_s -lFoundation_s -lMedia_s -lNeXT_s\
-lIndexing_s
DEBUG_LIBS = $(LIBS)
PROF_LIBS = $(LIBS)
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies